CodeIgniter Simple Login Form With Sessions

In this tutorial, we are going to learn about creating a simple login form in CodeIgniter. In login form, we made registration module, login module and admin panel using sessions. We also have a paid ready-to-use advance login & registration module built on CodeIgniter that you can check out at CodeIgniter Login Registration Form. Creating sessions …

PHP Login Form with Sessions

Session variables are used to store individual client’s information on web server for later use, as web server does not know which client’s request to be respond because, HTTP address does not maintained state.

This tutorial enables you to create sessions in PHP via Login form and web server respond according to his/her request.

Create Login Form Using jQuery

This tutorial concerns about creating a login form and validating it using  jQuery. The prestored  username, password are verified from database whether both exist’s or not in our database, this is done using PHP script . Here we have created a simple HTML form with two fields- Email and Password. jQuery validation is used for email and password to ensure that they are valid or not . You …

How To Auto Send Google Forms Responses To Team Members?

You made an amazing Google Forms survey with the help of your teammates. Now, when the respondents are giving their feedbacks, you want everyone in your team to access these responses. This can be done by emailing these feedbacks to your teammates. Unfortunately, there is no conventional way to auto send Google Forms responses to …